projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fef36c
)
* files.el (interpreter-mode-alist): Add octave.
author
Leo Liu
<sdl.web@gmail.com>
Sun, 22 Sep 2013 12:23:20 +0000
(20:23 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Sun, 22 Sep 2013 12:23:20 +0000
(20:23 +0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index cf5e3e1f061ae21d86b9b704c704d4adc795e855..0cc066b010eac9633460d51605fa6f630490c340 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2013-09-22 Leo Liu <sdl.web@gmail.com>
+
+ * files.el (interpreter-mode-alist): Add octave.
+
2013-09-21 Alan Mackenzie <acm@muc.de>
C++: fontify identifier in declaration following "public:" correctly.
diff --git
a/lisp/files.el
b/lisp/files.el
index 1a2682002898b98dfaac3069460eb2740e35ed7d..ab62be295f0d96a054848af2c67d50a6d5619a5a 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-2455,6
+2455,7
@@
and `magic-mode-alist', which determines modes based on file contents.")
("wishx?" . tcl-mode)
("tcl\\(sh\\)?" . tcl-mode)
("expect" . tcl-mode)
+ ("octave" . octave-mode)
("scm" . scheme-mode)
("[acjkwz]sh" . sh-mode)
("r?bash2?" . sh-mode)